Running Scripts from the Command Line

By now our python environment should be setup by now and we can now write and run commands on the command line. Running scripts from the command line is what all Python programmers should not about cos there are different uses and advantages using the command line. Though there are programmers that do not like the command line thingy and that doesnt make you a bad programmer it just means "You just dont like it" -- personal preference, and still this doesnt make you a bad programmer.

But for this meetup it is needed that you know command line scripting and some basic commands like (directory navigation, checking directories and all).

Heads Up

This is simply calling your file on the command line through python. In Python, all python files have the .py extension just like how HTML files would have .html extension

Disclaimer

You need to have python working well and globally on your system

Next

Running Print Statements


In [ ]: